home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / evd20.zip / SORTFON.BAT < prev    next >
DOS Batch File  |  1990-11-10  |  435b  |  14 lines

  1. echo off
  2. esort <verify.fon >verify.xxx
  3. rem to sort verify.fon file by user name REM the previous line 
  4. rem and un-REM the following line.
  5. rem esort /B 14 <verify.fon >verify.xxx
  6. esort <areacode.fon >areacode.xxx
  7. if exist verify.bck del verify.bck
  8. if exist areacode.bck del areacode.bck
  9. ren verify.fon verify.bck
  10. ren areacode.fon areacode.bck
  11. ren verify.xxx verify.fon
  12. ren areacode.xxx areacode.fon
  13. echo all done sort'n !!
  14.